Class org.omg.CORBA.ParDescriptionSeqHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.ParDescriptionSeqHelper

java.lang.Object
   |
   +----org.omg.CORBA.ParDescriptionSeqHelper

public final class ParDescriptionSeqHelper
extends Object

Method Index

 o __read(InputStream)
 o __write(OutputStream, ParameterDescription[])
 o extract(Any)
 o id()
 o insert(Any, ParameterDescription[])
 o type()

Methods

 o __write
  public static void __write(OutputStream out,
                             ParameterDescription that[])
 o __read
  public static ParameterDescription[] __read(InputStream in)
 o extract
  public static ParameterDescription[] extract(Any a)
 o insert
  public static void insert(Any a,
                            ParameterDescription that[])
 o type
  public static synchronized TypeCode type()
 o id
  public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index